/*style css*/
* {
  padding: 0;
  margin: 0 auto;
  font-family: SourceHanSansCN-Normal;
}
body {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 14px;
  font-family: SourceHanSansCN-Normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #222;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html {
  max-width: 1920px;
  width: 100%;
  height: 100%;
}
p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  color: #404040;
}
a {
  color: #2a3855;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover,
a:active,
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
img {
	max-width: 100%;
	pointer-events:none!important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul > li {
  color: #726a84;
  font-size: 16px;
  font-weight: 300;
  list-style-type: none;
}
.typearea {
  margin: auto;
  width: 1200px;
}
#productWeb{
  display:none;
}
#productPc{
  display:block;
}
/* header footer  start*/
.header {
  height: 120px;
  display: flex;
  align-items: center;
  width: 100%;
}
.header .navbar {
  margin-bottom: 0;
  border: none;
  background-color: #ffffff;
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:focus,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:focus,
.header .navbar-default .navbar-nav > .open > a:hover {
  background-color: #ffffff;
  color: #009fe3;
}
.header .navbar-default .navbar-nav > li > a:hover {
  color: #009fe3;
}
.header .dropdown-menu {
  min-width: 100%;
}
@media (min-width: 992px) {
  .header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .navbar-header {
    float: inherit;
    margin: auto auto auto 0;
  }
  .header .navbar-collapse {
    margin: auto 0 auto auto;
  }
}
.footer {
  background-color: #535353;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer a:hover {
  color: #009fe3;
}
.footer-item {
  display: flex;
}
.footer-item p {
  font-size: 16px;
  color: #ffffff;
  margin: 0 10px 0 0;
  width: 15%;
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.footer-list li {
  margin: auto 5px auto 0;
}
.footer-list a {
  font-size: 14px;
  color: #ffffff;
}
.footer-link {
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-link li {
  position: relative;
  padding: 0 15px;
  margin: 0;
}
.footer-link li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
}
.footer-link li:last-child::after {
  content: none;
}
.footer-link li a {
  font-size: 14px;
  color: #ffffff;
}
.footer-down {
  border-top: 1px solid rgba(232, 232, 232, 1);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-down p,
.footer-down a {
  font-size: 12px;
  color: #e9e9e9;
  margin: 0;
}
.footer-down p {
  margin-right: 30px;
}
.footer .index-ipt {
  padding-top: 10px;
  padding-bottom: 40px;
}
.footerlogoleft img {
  margin-bottom: 50px;
}
.footicon {
  display: flex;
}
.footerlogoleft .footicon:nth-child(2) {
  margin-bottom: 30px;
}
.footerlogoright .footicon:first-child {
  margin-bottom: 30px;
}
.footerlogoleft .footicon {
  align-items: center;
}
.ipticon img {
  margin: 0;
}
.footlogo {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.footerlogoleft,
.footerlogoright {
  margin: 0;
}
.footerright {
  width: 40%;
  padding-left: 10%;
}
.footerright {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px 0 0;
}
.footerright li {
  width: calc(33.33% - 30px);
  margin: 0 30px 30px 0;
}
.footerright li a {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding-left: 10px;
  position: relative;
}
.footerright li a::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  border-top: 5px transparent dashed;
  border-left: 5px rgba(41, 121, 155, 0.5) dashed;
  border-bottom: 5px transparent dashed;
  border-right: 5px transparent solid;
}
/* header footer  end*/
/* other  start*/
.slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: solid 1px #ffffff;
  background-color: transparent;
}
.slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #009fe3;
  border: solid 1px transparent;
}
.index-about {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1440px;
}
.index-title {
  text-align: center;
  margin-bottom: 60px;
}
.index-title h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #009fe3;
  margin: 0 0 15px;
}
.index-title p {
  font-size: 24px;
  color: #c3c3c3;
  font-style: italic;
  margin: 0;
}
.aboutflex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutflex-left {
  width: 55%;
  padding-right: 60px;
}
.aboutflex-left h4 {
  font-size: 42px;
  font-weight: bold;
/*  font-style: italic;*/
  color: #333333;
  margin: 25px 0 0;
}
.aboutflex-left h5 {
  font-size: 24px;
  font-style: italic;
  color: #888888;
  margin: 0;
}
.aboutflex-left p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #666666;
  margin: 0;
}
.aboutflex-left .blueline {
  /*width: 40px;
  height: 4px;
  background-color: #009fe3;*/
  margin: 40px 0;
}
.aboutflex-left a {
  padding: 15px 30px;
  border-radius: 25px;
  border: solid 1px #009fe3;
  font-size: 16px;
  letter-spacing: 2px;
  color: #009fe3;
  display: inline-block;
  margin-top: 60px;
}
.aboutflex-left a:hover {
  background-color: #009fe3;
  color: #ffffff;
}
.aboutflex-right {
	width: 45%;
	text-align: center;
}
.index-productimg {
  width: 100%;
  height: 450px;
  text-align: center;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-producttext h4 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.index-producttext p {
  font-size: 36px;
  font-style: italic;
  color: #ffffff;
  margin: 0;
}
.product-slider {
  max-width: 1440px;
}
.product-slider .swiper-slide {
  width: 20%;
}
.producttext {
  position: absolute;
  bottom: 60px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}
.productimg {
  overflow: hidden;
}
.producttext p {
  font-size: 24px;
  color: #333333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-slider .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.product-slider .swiper-slide:hover .producttext p {
  color: #009fe3;
}
.news {
  display: flex;
}
.news-item {
  width: 30%;
  margin-right: 20px;
}
.news-item3 {
  width: 40%;
  margin-right: 0;
}
.news-item h4 {
  font-size: 18px;
  color: #333333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item h4:hover {
  color: #158fdc;
}
.news-item1 {
  padding: 30px 20px;
}
.news-item1 h4 {
  margin-bottom: 30px;
}
.news-item1 img {
  margin-top: 30px;
  width: 100%;
  max-height: 310px;
}
.news-item p {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.newsup {
  padding: 30px 20px;
}
.newsup:hover {
  box-shadow: 0px 7px 9px 1px rgba(90, 90, 90, 0.1);
}
.newimg {
  margin: 0;
}
.newimg2 {
  display: none;
}
.newimg1 {
  display: block;
}
.newsup:hover .newimg1 {
  display: none;
}
.newsup:hover .newimg2 {
  display: block;
}
.newsup h4 {
  margin-bottom: 20px;
}
.newsdown {
  margin-top: 30px;
  border-top: 1px solid #d5d5d5;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  align-items: center;
}
.newsleft {
  margin: 0;
  text-align: center;
}
.newsleft p:first-child {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.news-list {
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
}
.news-list:last-child {
  border-bottom: none;
}
.news-list .newsleft {
  width: 25%;
}
.news-list .newsright {
  width: 75%;
}
.newsright h4 {
  margin-bottom: 10px;
}
.technology {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.technology .index-title h4,
.technology .index-title p {
  color: #ffffff;
}
.imgshow {
  margin-top: 40px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: 0;
}
.imgshowsm {
  display: flex;
  border: solid 1px #ffffff;
  position: relative;
  width: calc(33.33% - 40px);
  margin: 0 40px 30px 0;
}
.imgshowsm img {
  margin: 0;
}
.imgshowsm .morebox {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: rgba(1, 1, 1, 0.2);
  display: flex;
  align-items: center;
}
.imgshowsm .more {
  margin: 0;
}
.imgshowsm .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
  right: 0;
  z-index: 3;
}
.imgshowsm:hover .morebox {
  color: #009fe3;
  background-color: rgba(255, 255, 255, 0.8);
}
.imgshowsm:hover .more::after {
  border-left-color: #009fe3;
}
.morebtn {
  text-align: center;
}
.is-off {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  display: inline-block;
  margin-top: 40px;
  background-color: rgba(1, 1, 1, 0.2);
}
.is-off:hover {
  -webkit-animation: 1s cubic-bezier(0.8, 0, 0.2, 1);
  animation: 1s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: rgba(255, 255, 255, 0.8);
}
.is-off:hover .arw {
  color: #009fe3;
  -webkit-animation: 700ms ease-in-out;
  animation: 700ms ease-in-out;
}
.is-off .arw {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  position: relative;
}
.is-off .arw::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
  right: -30px;
  z-index: 3;
}
.is-off:hover .arw::after {
  border-left-color: #009fe3;
}
.video {
  display: flex;
  flex-wrap: wrap;
  margin-right: -80px;
}
.video li {
  width: calc(50% - 80px);
  margin: 0 80px 0 0;
  text-align: center;
}
.video video {
  width: 100%;
}
.video li p {
  font-size: 24px;
  color: #333333;
  margin: 30px 0 0;
}
.video li:hover p {
  color: #009fe3;
}
.index-iptbox {
  background-color: #009fe3;
  padding: 50px 0;
}
.index-ipt {
  display: flex;
  justify-content: space-between;
}
.indexlogo {
  margin: 0;
  width: 50%;
}
.indexlogo img {
  margin-bottom: 50px;
}
.indexlogo ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px 0 0;
}
.indexlogo ul li {
  width: calc(50% - 50px);
  display: flex;
  margin: 0 50px 50px 0;
}
.ipticon {
  margin: 0 10px 0 0;
}
.ipttext {
  margin: 0;
}
.ipttext h5 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
}
.ipttext p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
}
.indexipttext {
  width: 50%;
  padding-left: 50px;
}
.indexipt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px 30px 0;
}
.indexipt input {
  width: calc(50% - 40px);
  margin: 0 40px 0 0;
  line-height: 50px;
  padding-left: 10px;
  border-radius: 6px;
  background-color: #ffffff;
  border: none;
  outline: none;
}
.yzcode{
  cursor:pointer;
  height:50px;
  margin-left: -14px;
  float:left
}
.indexipttext textarea {
  border-radius: 6px;
  height: 100px;
  width: 100%;
  padding: 10px 0 0 10px;
  margin: 0 0 30px 0;
  background-color: #ffffff;
  border: none;
  outline: none;
}
.indexipttext .button {
  margin: 0 0 30px 0;
  height: 50px;
  width: 180px;
  border-radius: 6px;
  border: none;
  background-color: #ffffff;
  outline: none;
  font-size: 18px;
  color: #009fe3;
}
.content_text {
  width: 100%;
  display: flex;
  margin: 60px 0;
}
.content_textleft {
  width: 23%;
  margin: 0 auto;
  padding-right: 40px;
}
.content_textleft li {
  padding: 0 16px;
  border-bottom: solid 1px #dedede;
  line-height: 50px;
}
.content_textright {
  width: 77%;
  border: solid 1px #eeeeee;
}
.content_textleftone {
  height: 50px;
  background-color: #009fe3;
}
.content_textleftup {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.content-active a,
.content-active i {
  color: #009fe3 !important;
}
.content_textlefttwo {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.content_textlefttwo a {
  font-size: 16px;
  color: #666666;
  margin: 0;
  width: 100%;
}
.content_textlefttwo a:hover,

a:active,

a:focus,
.content_textlefttwo:hover {
  outline: none;
  text-decoration: none;
  color: #009fe3;
}
.content_textleft li i {
  margin: 0;
}
.content_textrightup {
  width: 100%;
  background-color: #eeeeee;
  display: flex;
  height: 50px;
  padding: 0 20px;
}
.textrightup_left {
  display: flex;
  margin: auto auto auto 0;
}
.textrightup_right {
  display: flex;
  margin: auto 0 auto auto;
}
.textrightup_left h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #009fe3;
  font-weight: bold;
}
.textrightup_right p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #999999;
  margin-bottom: 0;
}
.content_textrightbottom {
  padding: 40px 20px;
}
.abouttext {
  margin-bottom: 50px;
}
.abouttext p {
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #666666;
}
.abouttext img{
  width: calc(50% - 10px);
  margin: 0 0 10px 0;
}
.aboutimg {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}
.aboutimg li {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
}
.honour {
  margin-right: -20px;
}
.honour li {
  width: calc(33.33% - 20px);
  margin: 0 20px 20px 0;
  border: solid 1px #dedede;
}
.honour li:hover {
  box-shadow: 0px 7px 9px 1px rgba(90, 90, 90, 0.18);
  border: solid 1px #009fe3;
  transform: translateY(-10px);
  transition: all 0.25s ease-in;
}
.market {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.marketipt {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
}
.marketipt:first-child {
  margin-right: 20px;
}
.marketipt:nth-child(2) {
  margin-left: 20px;
}
.market p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #999999;
  min-width: 70px;
  margin: 0 10px 0 0;
}
.market input {
  border: solid 1px #dedede;
  padding-left: 10px;
  outline: none;
  width: 100%;
  line-height: 32px;
}
.market textarea {
  border: solid 1px #dedede;
  padding: 10px 0 0 10px;
  outline: none;
  width: 100%;
  height: 100px;
}
.marketcode input {
  width: 100px;
  margin: 0 10px 0 0;
}
.marketbox .button {
  width: 100px;
  height: 40px;
  background-color: #009fe3;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-left: 80px;
  outline: none;
  border: none;
}
.job {
  margin: 0;
}
.job li {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.job li a {
  display: flex;
  justify-content: space-between;
}
.job li p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
  margin: 0;
}
.job li a p:first-child {
  display: inline-block;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job li a:hover p {
  color: #009fe3;
}
.jobup {
  margin-bottom: 40px;
  text-align: center;
}
.jobup h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  margin: 0 0 20px 0;
}
.jobup h6 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #666666;
  margin: 0 0 40px 0;
}
.jobup p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 0;
  text-indent: 25px;
  text-align: left;
}
.jobdown p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 20px;
}
.jobdown {
  margin-bottom: 0;
}
.jobdown li {
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #666666;
}
.jobdown li:first-child {
  color: #333333;
  font-weight: bold;
}
.content_textrightbottom .textrightup_left h5 {
  margin: 0 0 20px 0;
}
.contact {
  display: flex;
  justify-content: start;
}
.contact ul {
  margin: 0;
  width: 50%;
}
.contact ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 1px;
  color: #666666;
}
.contact-map {
  margin-top: 40px;
  width: 100%;
  height: 440px;
}
.newsbox {
  margin: 0;
}
.newsbox li {
  border-bottom: 1px solid #eeeeee;
  padding: 40px 0;
}
.newsbox li:first-child {
  padding-top: 0;
}
.newsbox li a {
  display: flex;
}
.newsimg {
  width: 33%;
}
.newstext {
  padding: 10px 0 0 20px;
  width: 67%;
}
.newstext h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.newsbox li:hover h4 {
  color: #009fe3;
}
.newstext h5 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #999999;
  margin: 15px 0;
}
.newstext p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999999;
  margin-bottom: 0;
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 2px;
  color: #009fe3;
  margin: 0;
  text-align: center;
}
.producttitle {
  display: flex;
  margin: 40px 0;
  justify-content: start;
  text-align: center;
}
.producttitle li {
  height: 40px;
  background-color: #eeeeee;
  margin: 0;
  width: auto;
  margin-right:10px;
  border: solid 1px #eeeeee;
}
.producttitle li a {
  font-size: 15px;
  line-height: 40px;
  color: #141414;
  padding: 0 5px;
}
.producttitle .active {
  background-color: #ffffff;
}
.productdowm P {
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 0;
  text-indent: 25px;
}
.productdowm img {
  margin: 15px 0;
}
.productdowm ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.productdowm ul li {
  width: 49%;
  text-align: center;
}
/* other  end*/
@media screen and (min-width: 0px) and (max-width: 1300px) {
  .typearea {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .content_textleft{
    display:none
  }
  #productWeb{
    display:block;
  }
  #productPc{
    display:none
  }
  .header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    height: 60px;
  }
  .header .navbar-default {
    background-color: #ffffff;
    border: none;
  }
  .header .navbar {
    margin-bottom: 0;
  }
  .header .navbar-collapse {
    text-align: center;
  }
  .header .dropdown-menu {
    position: static;
    float: none;
    text-align: center;
    border: 1px solid #ccc;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    top: 20px;
    position: absolute;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .header .navbar-default .navbar-nav > li > a {
    color: #333;
  }
  .header .dropdown-menu > li > a {
    color: #666;
  }
  .header .navbar-nav .open .dropdown-menu .dropdown-header,
  .header .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px;
  }
  .navbar-headerimg {
    display: flex;
    align-items: center;
    height: 60px;
  }
  .navbar-headerimg .logo {
    margin: 0;
    width: 180px;
  }
  .adbox {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  /* 中型设备（台式电脑，992px 起） */
  .nav > li > a {
    padding: 10px !important;
	}
	.index-about {
    padding-top: 50px;
    padding-bottom:50px;
	}
	.index-title {
    margin-bottom: 50px;
}
.aboutflex-left h4 {
	font-size: 36px;
}
.aboutflex-left {
	padding-right: 40px;
}
.aboutflex-left .blueline {
	margin: 25px 0;
}
.aboutflex-left a {
	margin-top: 40px;
}
.imgshowsm {
	width: calc(33.33% - 30px);
	margin: 0 30px 30px 0;
}
.imgshow {
	margin-top: 30px;
	margin-right: -30px;
}
.video {
	margin-right: -40px;
}
.video li {
	width: calc(50% - 40px);
	margin: 0 40px 0 0;
}
.video li p {
	font-size: 20px;
	margin: 20px 0 0;
}
.indexipttext {
	padding-left: 30px;
}
.footer-item p {
	width: 22%;
}
.footerright {
	margin: 0 -20px 0 0;
}
.footerright {
	padding-left:30px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	/* 小型设备（平板电脑，768px 起） */
	.index-about {
    padding-top:40px;
    padding-bottom: 40px;
}
.index-title {
	margin-bottom: 30px;
}
.aboutflex {
	display: block;
}
.aboutflex-left {
    width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 20px;
}
.aboutflex-left .blueline {
	margin: 20px auto;
}
.aboutflex-left h4 {
	font-size: 30px;
}
.aboutflex-right {
	width: 100%;
}
.product-slider .swiper-slide {
	width: 33.33%;
}
.index-productimg {
	height:240px;
}
.news-item {
	margin-right: 10px;
}
.news-item1 {
	padding: 15px;
}
.imgshow {
	margin-right: -20px;
}
.imgshowsm {
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;
}
.video {
	margin-right: -20px;
}
.video li {
	width: calc(50% - 20px);
	margin: 0 20px 0 0;
}
.indexlogo ul {
	margin: 0 -20px 0 0;
}
.indexlogo ul li {
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;
}
.indexipttext {
	padding-left: 20px;
}
.footer-link {
	margin: 25px auto;
}
.footer-item {
	display: block;
}
.footer-item p {
	margin: 0 10px 10px 0;
}
.indexipt {
	margin: 0 -20px 20px 0;
}
.indexipt input {
	width: calc(50% - 20px);
	margin: 0 20px 0 0;
}
.yzcode{
  width: 22%;
}
.content_text {
	margin:40px 0;
}
.content_textleftup,.textrightup_left h5 {
	font-size:18px;
}
.content_textlefttwo a {
	font-size: 14px;
}
.content_textleft li {
	padding: 0 14px;
	line-height: 40px;
}
.content_textleftone {
	height: 40px;
}
.content_textrightup {
	height: 40px;
}
.textrightup_left h5 {
	line-height: 0;
}
.content_textrightbottom {
	padding: 20px;
}
.footerright {
	padding-left: 10px;
}
.footlogo {
	display: block;
}
.footerright li {
	width: calc(33.33% - 10px);
	margin: 0 10px 10px 0;
}
.abouttext p {
	line-height: 26px;
	letter-spacing: 0;
}
.abouttext {
	margin-bottom: 30px;
}
.contact ul li {
	line-height: 26px;
	letter-spacing: 0;
}
.contact-map {
	margin-top: 30px;
	height: 240px;
}
.jobup p {
	line-height: 26px;
	letter-spacing: 0;
}
.jobup h6 {
	margin: 0 0 20px 0;
}
.jobup {
	margin-bottom: 20px;
	text-align: center;
}
.jobdown li {
	line-height: 26px;
	letter-spacing:0;
}
.content_textleft {
	padding-right: 20px;
}
.job li {
	padding: 15px 0;
}
.newsbox li {
	padding: 20px 0;
}
.footerlogoright {
	margin-top: 30px;
}
.newsimg {
	width: 40%;
}
.newstext {
	padding: 10px 0 0 10px;
	width: 60%;
}
.productdowm P {
	line-height: 26px;
	letter-spacing: 0;
}
.producttitle {
	margin: 20px 0;
	flex-wrap: wrap;
}
}
@media screen and (max-width: 767px) {
	/* 超小设备（手机，小于 768px） */
	.index-about {
    padding-top:30px;
    padding-bottom: 30px;
}
.index-title h4 {
	font-size: 24px;
}
.index-title p {
	font-size: 18px;
}
.index-title {
	margin-bottom: 30px;
}
.aboutflex {
	display: block;
}
.aboutflex-left {
	width: 100%;
	padding-right: 0;
	text-align: center;
	margin-bottom: 20px;
}
.aboutflex-left h5 {
	font-size: 18px;
}
.aboutflex-left h4 {
	font-size: 24px;
}
.aboutflex-left .blueline {
	margin: 20px auto;
}
.aboutflex-left p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing:0;
}
.aboutflex-left a {
	padding: 10px 15px;
	font-size: 14px;
	margin-top:20px;
}
.aboutflex-right {
	width: 100%;
}
.index-productimg {
	height: 180px;
}
.index-producttext h4 {
	font-size: 30px;
	margin: 0 0 20px 0;
}
.index-producttext p {
	font-size: 22px;
}
.product-slider .swiper-slide {
	width: 33.33%;
}
.news {
	display: block;
}
.news-item {
	width: 100%;
	margin-right: 0;
}
.news-item1 {
	padding: 0;
	text-align: center;
}
.news-item1 h4 {
	margin-bottom: 20px;
}
.newsup {
	padding:10px;
	margin-top: 20px;
	border-bottom: 1px solid #d5d5d5;
}
.newsdown {
	margin-top: 20px;
	padding: 10px 0 0;
	border-top: none;
}
.news-list {
	padding: 10px 0;
}
.news-list .newsleft {
	width: 20%;
}
.news-list .newsright {
	width: 80%;
}
.news-list:last-child {
	border-bottom: 1px solid #d5d5d5;
}
.imgshow {
	margin-top: 30px;
	margin-right: 0;
}
.imgshowsm {
	width: 100%;
	margin: 0 0 20px 0;
}
.imgshowsm .morebox {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	letter-spacing: 0;
}
.is-off .arw {
	font-size: 14px;
	letter-spacing:0;
}
.is-off {
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
}
.imgshowsm img {
	width: 80px;
	height: 80px;
}
.video {
	margin-right: -10px;
}
.video li {
	width: calc(50% - 10px);
	margin: 0 10px 0 0;
}
.video li p {
	font-size: 18px;
	margin: 15px 0 0;
}
.index-iptbox {
	padding: 30px 0;
}
.index-ipt {
	display: block;
}
.indexlogo {
	width: 100%;
}
.indexlogo img {
	margin-bottom: 30px;
	text-align: center;
}
.indexlogo ul li {
	width: calc(50% - 10px);
	margin: 0 10px 10px 0;
}
.indexlogo ul {
	margin: 0 -10px 0 0;
}
.ipttext h5 {
	font-size: 14px;
	line-height: 22px;
}
.ipttext p {
	font-size: 12px;
	line-height: 22px;
}
.indexipttext {
	width: 100%;
	padding-left: 0;
	text-align: center;
}
.indexipt {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 10px 0;
}
.indexipt input {
	width: calc(50% - 10px);
	margin: 0 10px 0 0;
	line-height: 40px;
}
.yzcode{
  width: 80px;
  margin-left: 5px;
}
.indexipttext textarea {
	height: 70px;
	margin: 0 0 10px 0;
}
.indexipttext button {
	margin: 0 0 20px 0;
	height: 40px;
	width: 120px;
	font-size: 16px;
}
.footer-item {
	display: block;
}
.footer-item p {
	width: 100%;
}
.footer-link {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}
.footer-link li::after {
	content: none;
}
.content_text {
	margin: 30px 0;
	display: block;
}
.content_textleft {
	width: 100%;
	padding-right:0;
}
.content_textleft li {
	padding: 0 10px;
	line-height: 40px;
}
.content_textleftone {
	height: 40px;
}
.content_textleftup {
	font-size: 16px;
}
.content_textlefttwo a {
	font-size: 14px;
}
.content_textright {
	width:100%;
	border: solid 1px #eeeeee;
	margin-top: 30px;
}
.content_textrightup {
	height: 40px;
	padding: 0 10px;
}
.textrightup_left h5 {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
    display: none;
}
.textrightup_right p {
	font-size: 12px;
}
.content_textrightbottom {
	padding:10px;
}
.honour li {
	width: calc(50% - 20px);
}
.footlogo {
	display: block;
	width: 100%;
}
.footerlogoleft img {
	margin-bottom: 30px;
}
.ipticon img {
	margin: 0;
}
.footerlogoright {
	margin-top:10px;
	display: flex;
}
.footerlogoright .footicon:first-child {
	margin:0;
}
.footerlogoleft .footicon:nth-child(2) {
	margin-bottom:10px;
}
.footerright {
	margin:10px 10px 0 0;
	width: 100%;
	padding: 0;
}
.footerright li {
	width: calc(25% - 10px);
	margin: 0 10px 10px 0;
}
.footer .index-ipt {
	padding-bottom: 10px;
}
.footerright li a {
	font-size: 14px;
}
.abouttext p {
	font-size: 14px;
	line-height: 22px;
}
.abouttext {
	margin-bottom: 20px;
}
.contact {
	display: block;
}
.contact ul {
	width: 100%;
}
.contact ul li {
	font-size: 14px;
	line-height: 22px;
}
.contact-map {
	margin-top: 20px;
	height: 180px;
}
.jobup h6 {
	margin: 0 0 20px 0;
}
.jobup p {
	font-size: 14px;
	line-height: 22px;
}
.jobup {
	margin-bottom: 20px;
}
.jobdown p {
	font-size: 14px;
	margin-bottom: 10px;
}
.jobdown li {
	font-size: 14px;
	line-height: 22px;
}
.job li p {
	font-size: 14px;
}
.job li {
	padding: 10px 0;
}
.market p {
	font-size: 14px;
	line-height: 22px;
	min-width: 60px;
}
.marketipt {
	width: 100%;
}
.market {
	display: block;
	margin-bottom:20px;
}
.marketipt:first-child {
	margin-right:0;
	margin-bottom: 20px;
}
.marketipt:nth-child(2) {
	margin-left: 0;
}
.marketcode{
	display: flex;
}
.market textarea {
	height: 80px;
}
.marketbox button {
	width: 80px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin-left: 70px;
}
.newsbox li {
	padding:10px 0;
}
.newsbox li a {
	display: block;
}
.newsimg {
	width:100%;
	text-align: center;
	margin-bottom: 15px;
}
.newstext {
	padding: 10px 0 0;
	width: 100%;
}
.newstext h5 {
	margin: 15px auto;
	text-align: center;
}
.product h5 {
	font-size: 24px;
	line-height: 22px;
	letter-spacing: 0;
}
.producttitle {
	margin: 15px 0;
	flex-wrap: wrap;
}
.producttitle li {
	height: 30px;
	width: auto;
    margin-top: 5px;
}
.producttitle li a {
	font-size: 12px;
	line-height: 30px;
}
.productdowm P {
	font-size: 14px;
	line-height: 22px;
}
  .producttext p {
    font-size: .6rem;
    color: #333333;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .producttext {
    position: absolute;
    bottom: 35px;
    text-align: center;
    padding: 0 2px;
    width: 100%;
  }
  .productdowm img{
    max-width: 100%;
    height: auto;
    width: auto\9;
  }
}
.tel{
	width: 50px;
	height:50px;
  line-height: 50px;
	background-color:#079fde ;
	z-index: 9999;
	position: fixed;
	right: 15px;
	bottom:200px;
	border-radius: 50px;
	text-align: center;
	display:none;
}
@media screen and (max-width:992px) {
	.tel{
		display: block !important;
	}
}
.tel span{
	color: #fff;
	/* line-height: 50px; */
	font-size: 20px;
}
  /*关闭弹窗*/
  .popBox {
	display: none;
}
/*打开弹窗*/
.popBox:target {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*设置弹窗内容*/
.popBox .con {
	background-color:#079fde ;
	border-radius: 50px;
	margin: auto;
	position: fixed;
	bottom: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 9998;
}
.popBox .con a{
	color: #fff;
	font-size:16px ;
}
